home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / lovr.com / QBNEST.BAS < prev    next >
Encoding:
BASIC Source File  |  1988-10-27  |  101 b   |  7 lines

  1. print:print "in main";
  2. for i=0 to 1
  3.     call nest1(i)
  4. next
  5. print fre(""),fre(0),fre(-1),fre(-2)
  6.  
  7.